nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python38Packages.fire: disable fragile test

authored by

Jonathan Ringer and committed by
Jon
877897d0 d1d7f86f

+3 -1
+3 -1
pkgs/development/python-modules/fire/default.nix
··· 16 16 17 17 checkInputs = [ hypothesis mock python-Levenshtein pytest ]; 18 18 19 + # ignore test which asserts exact usage statement, default behavior 20 + # changed in python3.8. This can likely be remove >=0.3.1 19 21 checkPhase = '' 20 - py.test 22 + py.test -k 'not testInitRequiresFlag' 21 23 ''; 22 24 23 25 meta = with stdenv.lib; {