mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 20:53:48 +00:00
python3Packages.aiosignal: disable tests, until next bump
This commit is contained in:
parent
212ca43526
commit
2552044eb2
@ -9,7 +9,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiosignal";
|
||||
version = "1.2.0";
|
||||
version = "1.2.0"; # re-enable tests after 1.2.0
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@ -23,6 +23,8 @@ buildPythonPackage rec {
|
||||
frozenlist
|
||||
];
|
||||
|
||||
# not compatible w ith latest asyncio
|
||||
doCheck = false;
|
||||
checkInputs = [
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
|
Loading…
Reference in New Issue
Block a user