Skip to content

Commit

Permalink
python3Packages.orjson: skip a problematic test
Browse files Browse the repository at this point in the history
For nixpkgs master we updated instead in PR #186580
  • Loading branch information
vcunat committed Aug 22, 2022
1 parent ffea40b commit 6542027
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/orjson/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ buildPythonPackage rec {
xxhash
];

disabledTests = [
# https://github.com/ijl/orjson/issues/293
# The upstream patch doesn't apply to our orjson version.
"test_datetime_partial_second_zoneinfo"
"test_datetime_partial_second_pytz"
];

pythonImportsCheck = [ pname ];

meta = with lib; {
Expand Down

0 comments on commit 6542027

Please sign in to comment.