pythonPackages.pytest-asyncio: fix build
This commit is contained in:
parent
167c0d347b
commit
c8d0c5fdec
@ -15,6 +15,11 @@ buildPythonPackage rec {
|
|||||||
# No tests in archive
|
# No tests in archive
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
# LICENSE file is not distributed. https://github.com/pytest-dev/pytest-asyncio/issues/92
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.cfg --replace "license_file = LICENSE" ""
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "library for testing asyncio code with pytest";
|
description = "library for testing asyncio code with pytest";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user