tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.pytest-asyncio: remove unused rec
Sandro Jäckel
2 years ago
09cb8467
5cfde706
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytest-asyncio
tests.nix
+1
-1
pkgs/development/python-modules/pytest-asyncio/tests.nix
···
6
6
, pytestCheckHook
7
7
}:
8
8
9
9
-
buildPythonPackage rec {
9
9
+
buildPythonPackage {
10
10
pname = "pytest-asyncio-tests";
11
11
inherit (pytest-asyncio) version;
12
12