3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.setupmeta: Disable failing test

Uses deprecated setuptoos.installer method.
This commit is contained in:
Martin Weinelt 2023-03-12 20:02:18 +01:00
parent 230dd74186
commit 42c92dfcf3
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -50,6 +50,9 @@ buildPythonPackage rec {
"test_clean"
"test_scenario"
"test_git_versioning"
# setuptools.installer and fetch_build_eggs are deprecated.
# Requirements should be satisfied by a PEP 517 installer.
"test_brand_new_project"
];
pythonImportsCheck = [