buildbot: disable sdist incompatible tests

main
Jonathan Ringer 2 years ago committed by Martin Weinelt
parent 637bb39f4f
commit 3f2cf51f1c
  1. 3
      pkgs/development/python-modules/buildbot/default.nix

@ -92,6 +92,9 @@ let
preCheck = ''
export LC_ALL="en_US.UTF-8"
export PATH="$out/bin:$PATH"
# remove testfile which is missing configuration file from sdist
rm buildbot/test/integration/test_graphql.py
'';
disabled = !isPy3k;

Loading…
Cancel
Save