python.pkgs.trollius: only for python 2

This commit is contained in:
Frederik Rietdijk 2019-02-15 13:00:56 +01:00
parent 9382d2ea76
commit e722e0c6c1

View File

@ -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