You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ nosetests --plugins
Traceback (most recent call last):
File "/usr/local/bin/nosetests", line 3, in <module>
from nose import main
File "/usr/local/lib/python3.9/site-packages/nose/__init__.py", line 1, in <module>
from nose.core import collector, main, run, run_exit, runmodule
File "/usr/local/lib/python3.9/site-packages/nose/core.py", line 11, in <module>
from nose.config import Config, all_config_files
File "/usr/local/lib/python3.9/site-packages/nose/config.py", line 6, in <module>
import ConfigParser
ModuleNotFoundError: No module named 'ConfigParser'
There's no 'require' clause in setup.py, so where is ConfigParser supposed to come from?
Version: 1.3.7
Python-3.9
FreeBSD 13.1
The text was updated successfully, but these errors were encountered:
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Nov 22, 2022
- Regenerate creedsolo.c with Cython, which fixes
build error with Python 3.10+
- Switched Nose to Pytest, for the nosetests issue [0]
[0]: nose-devs/nose#1124
PR: 267882
Reported by: [email protected]
MFH: 2022Q4 (build fix)
There's no 'require' clause in setup.py, so where is ConfigParser supposed to come from?
Version: 1.3.7
Python-3.9
FreeBSD 13.1
The text was updated successfully, but these errors were encountered: