mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
python: pytest-asyncio: 0.12.0 -> 0.14.0
This commit is contained in:
parent
5181547ae6
commit
08d943cb89
@ -1,13 +1,13 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, pytest, isPy3k, isPy35, async_generator }:
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-asyncio";
|
||||
version = "0.12.0";
|
||||
version = "0.14.0";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1lpb1q297rly685yl23mni3mmv6vmyx3qsv5ccj1vh8bvkrx4ns7";
|
||||
sha256 = "9882c0c6b24429449f5f969a5158b528f39bde47dc32e85b9f0403965017e700";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ]
|
||||
|
Loading…
Reference in New Issue
Block a user