mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
python3Packages.pytest-asyncio: 0.10.0 -> 0.12.0
This commit is contained in:
parent
adb485bb93
commit
01006dcaee
@ -1,13 +1,13 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, pytest, isPy3k, isPy35, async_generator }:
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-asyncio";
|
||||
version = "0.10.0";
|
||||
version = "0.12.0";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9fac5100fd716cbecf6ef89233e8590a4ad61d729d1732e0a96b84182df1daaf";
|
||||
sha256 = "1lpb1q297rly685yl23mni3mmv6vmyx3qsv5ccj1vh8bvkrx4ns7";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ]
|
||||
|
Loading…
Reference in New Issue
Block a user