python311Packages.nox: disable failing tests

We can't provide conda, because our package is not available on 3.11.
This commit is contained in:
Martin Weinelt
2024-03-17 20:12:13 +01:00
parent c4e3132698
commit 40b49177fd
@@ -42,7 +42,7 @@ buildPythonPackage rec {
importlib-metadata
];
checkInputs = [
nativeCheckInputs = [
jinja2
tox
pytestCheckHook
@@ -52,6 +52,11 @@ buildPythonPackage rec {
"nox"
];
disabledTests = [
# our conda is not available on 3.11
"test__create_venv_options"
];
disabledTestPaths = [
# AttributeError: module 'tox.config' has...
"tests/test_tox_to_nox.py"