forked from mirrors/nixpkgs
python310Packages.setupmeta: Disable failing test
Uses deprecated setuptoos.installer method.
This commit is contained in:
parent
230dd74186
commit
42c92dfcf3
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue