python310Packages.pytest-tap: fix copy-&-paste error

This commit is contained in:
Fabian Affolter 2022-12-31 13:46:59 +01:00 committed by GitHub
parent 517ff272ee
commit 63a687ad75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ buildPythonPackage rec {
"test_unittest_expected_failure"
];
pythonImportsCheck =
pythonImportsCheck = [
"pytest_tap"
];