python311Packages.nox: disable failing tests
We can't provide conda, because our package is not available on 3.11.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user