mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
python.pkgs.trollius: only for python 2
This commit is contained in:
parent
9382d2ea76
commit
e722e0c6c1
@ -17,6 +17,8 @@ buildPythonPackage rec {
|
||||
./tests.patch
|
||||
];
|
||||
|
||||
disabled = isPy3k;
|
||||
|
||||
postPatch = ''
|
||||
# Overrides PYTHONPATH causing dependencies not to be found
|
||||
sed -i -e "s|test_env_var_debug|skip_test_env_var_debug|g" tests/test_tasks.py
|
||||
|
Loading…
Reference in New Issue
Block a user