python3Packages.pytest-asyncio: 0.14.0 -> 0.15.1
This commit is contained in:
parent
40deccc01b
commit
f8ffd179a7
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, pytest, isPy3k, isPy35, async_generator }:
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-asyncio";
|
||||
version = "0.14.0";
|
||||
version = "0.15.1";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9882c0c6b24429449f5f969a5158b528f39bde47dc32e85b9f0403965017e700";
|
||||
sha256 = "2564ceb9612bbd560d19ca4b41347b54e7835c2f792c504f698e05395ed63f6f";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ]
|
||||
|
|
Loading…
Reference in a new issue