···15 # No tests in archive
16 doCheck = false;
170000018 meta = with stdenv.lib; {
19 description = "library for testing asyncio code with pytest";
20 license = licenses.asl20;
···15 # No tests in archive
16 doCheck = false;
1718+ # LICENSE file is not distributed. https://github.com/pytest-dev/pytest-asyncio/issues/92
19+ postPatch = ''
20+ substituteInPlace setup.cfg --replace "license_file = LICENSE" ""
21+ '';
22+23 meta = with stdenv.lib; {
24 description = "library for testing asyncio code with pytest";
25 license = licenses.asl20;