python3Packages.pytz-deprecation-shim: Disable tests

Tests are flaky and upstream doesn't care, and neither do we.
This commit is contained in:
Martin Weinelt 2022-11-19 01:30:01 +01:00
parent 3c0e8e8385
commit 9b11f79c37
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -41,11 +41,9 @@ buildPythonPackage rec {
];
# https://github.com/pganssle/pytz-deprecation-shim/issues/27
doCheck = pythonAtLeast "3.9";
disabledTestPaths = [
"tests/test_pytz_equivalent.py"
];
# https://github.com/pganssle/pytz-deprecation-shim/issues/30
# The test suite is just very flaky and breaks all the time
doCheck = false;
meta = with lib; {
description = "Shims to make deprecation of pytz easier";