1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

python39Packages.subunit: add alias from python-subunit

This commit is contained in:
Sandro Jäckel 2021-09-11 12:16:44 +02:00
parent 5836d578de
commit 260ae86012
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -65,6 +65,7 @@ mapAliases ({
pytestquickcheck = pytest-quickcheck; # added 2021-07-20
pytestrunner = pytest-runner; # added 2021-01-04
python-lz4 = lz4; # added 2018-06-01
python-subunit = subunit; # added 2021-09-10
pytest_xdist = pytest-xdist; # added 2021-01-04
python_simple_hipchat = python-simple-hipchat; # added 2021-07-21
qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09