mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
disable tests for pythonPackages.trollius
This commit is contained in:
parent
c7a73dbbdb
commit
020f466ef4
@ -15795,6 +15795,8 @@ let
|
||||
sed -i -e "s|test_env_var_debug|skip_test_env_var_debug|" tests/test_tasks.py
|
||||
'';
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = {
|
||||
description = "Port of the Tulip project (asyncio module, PEP 3156) on Python 2";
|
||||
homepage = "https://bitbucket.org/enovance/trollius";
|
||||
|
Loading…
Reference in New Issue
Block a user