mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
pythonPackages.nose: remove also pyc file
This commit is contained in:
parent
d23ea79667
commit
086afe9161
@ -4147,7 +4147,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
checkPhase = if python.is_py3k or false then ''
|
||||
${python}/bin/${python.executable} setup.py build_tests
|
||||
'' else "" + ''
|
||||
rm functional_tests/test_multiprocessing/test_concurrent_shared.py # see https://github.com/nose-devs/nose/commit/226bc671c73643887b36b8467b34ad485c2df062
|
||||
rm functional_tests/test_multiprocessing/test_concurrent_shared.py* # see https://github.com/nose-devs/nose/commit/226bc671c73643887b36b8467b34ad485c2df062
|
||||
${python}/bin/${python.executable} selftest.py
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user