* Compile tested on FreeBSD 13.0-STABLE #0 stable/13-n246086-a20c597c6d7 (amd64) (make, make check-plist)
* Poudriere testport OK 12.2-RELEASE (amd64)
"make test" on Python
3.6
```
SKIPPED [1] tests/color_test.py:316: memory_usage is unavailable, or untestable
SKIPPED [1] tests/drawing_test.py:347: wand.drawing.Drawing.matte removed with IM 7.
SKIPPED [1] tests/drawing_test.py:360: wand.drawing.Drawing.matte removed with IM 7.
SKIPPED [1] tests/image_test.py:116: Unicode filesystem encoding needed
SKIPPED [1] tests/image_test.py:173: Unicode filesystem encoding needed
SKIPPED [1] tests/image_test.py:296: Unicode filesystem encoding needed
SKIPPED [1] tests/image_test.py:582: Numpy not available.
SKIPPED [1] tests/image_test.py:604: Numpy not available.
SKIPPED [1] tests/image_test.py:622: Numpy not available.
```
3.7
```
SKIPPED [1] tests/color_test.py:316: memory_usage is unavailable, or untestable
SKIPPED [1] tests/drawing_test.py:347: wand.drawing.Drawing.matte removed with IM 7.
SKIPPED [1] tests/drawing_test.py:360: wand.drawing.Drawing.matte removed with IM 7.
SKIPPED [1] tests/image_test.py:582: Numpy not available.
SKIPPED [1] tests/image_test.py:604: Numpy not available.
SKIPPED [1] tests/image_test.py:622: Numpy not available.
```
3.8
```
SKIPPED [1] tests/color_test.py:316: memory_usage is unavailable, or untestable
SKIPPED [1] tests/drawing_test.py:347: wand.drawing.Drawing.matte removed with IM 7.
SKIPPED [1] tests/drawing_test.py:360: wand.drawing.Drawing.matte removed with IM 7.
SKIPPED [1] tests/image_test.py:582: Numpy not available.
SKIPPED [1] tests/image_test.py:604: Numpy not available.
SKIPPED [1] tests/image_test.py:622: Numpy not available.
```
3.9
```
SKIPPED [1] tests/color_test.py:316: memory_usage is unavailable, or untestable
SKIPPED [1] tests/drawing_test.py:347: wand.drawing.Drawing.matte removed with IM 7.
SKIPPED [1] tests/drawing_test.py:360: wand.drawing.Drawing.matte removed with IM 7.
SKIPPED [1] tests/image_test.py:582: Numpy not available.
SKIPPED [1] tests/image_test.py:604: Numpy not available.
SKIPPED [1] tests/image_test.py:622: Numpy not available.
```
3.10
```
cd /usr/ports/graphics/py-wand/work-py310/Wand-0.6.7 && /usr/local/bin/python3.10 -m pytest -v -rs -o addopts=
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 939, in _find_spec
AttributeError: 'AssertionRewritingHook' object has no attribute 'find_spec'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.10/site-packages/pytest.py", line 102, in <module>
raise SystemExit(pytest.main())
File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 65, in main
config = _prepareconfig(args, plugins)
File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 213, in _prepareconfig
return pluginmanager.hook.pytest_cmdline_parse(
File "/usr/local/lib/python3.10/site-packages/pluggy/hooks.py", line 286, in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
File "/usr/local/lib/python3.10/site-packages/pluggy/manager.py", line 93, in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
File "/usr/local/lib/python3.10/site-packages/pluggy/manager.py", line 84, in <lambda>
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
File "/usr/local/lib/python3.10/site-packages/pluggy/callers.py", line 203, in _multicall
gen.send(outcome)
File "/usr/local/lib/python3.10/site-packages/_pytest/helpconfig.py", line 94, in pytest_cmdline_parse
config = outcome.get_result()
File "/usr/local/lib/python3.10/site-packages/pluggy/callers.py", line 80, in get_result
raise ex[1].with_traceback(ex[2])
File "/usr/local/lib/python3.10/site-packages/pluggy/callers.py", line 187, in _multicall
res = hook_impl.function(*args)
File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 789, in pytest_cmdline_parse
self.parse(args)
File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 997, in parse
self._preparse(args, addopts=addopts)
File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 943, in _preparse
self.pluginmanager.load_setuptools_entrypoints("pytest11")
File "/usr/local/lib/python3.10/site-packages/pluggy/manager.py", line 299, in load_setuptools_entrypoints
plugin = ep.load()
File "/usr/local/lib/python3.10/importlib/metadata/__init__.py", line 162, in load
module = import_module(match.group('module'))
File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/local/lib/python3.10/site-packages/xdist/__init__.py", line 1, in <module>
from xdist._version import version as __version__
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1002, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 941, in _find_spec
File "<frozen importlib._bootstrap>", line 915, in _find_spec_legacy
File "/usr/local/lib/python3.10/site-packages/_pytest/assertion/rewrite.py", line 169, in find_module
source_stat, co = _rewrite_test(self.config, fn_pypath)
File "/usr/local/lib/python3.10/site-packages/_pytest/assertion/rewrite.py", line 406, in _rewrite_test
co = compile(tree, fn.strpath, "exec", dont_inherit=True)
TypeError: required field "lineno" missing from alias
*** Error code 1
```