diff --git a/xonsh.spec b/xonsh.spec index d04f586..9653fbd 100644 --- a/xonsh.spec +++ b/xonsh.spec @@ -63,7 +63,7 @@ sed --in-place "s:#!\s*/usr.*::" xonsh/xoreutils/_which.py xonsh/webconfig/main. %check # test_parser.py is mostly incompatible with Python 3.8+ # test_integrations.py is broken for Python 3.9+ -sed --in-place "s:ignores = \[\]:ignores = \['--ignore', 'tests/test_parser.py', '--ignore', 'tests_test_integrations.py'\]:" run-tests.xsh +sed --in-place "s:ignores = \[\]:ignores = \['--ignore', 'tests/test_parser.py', '--ignore', 'tests/test_integrations.py'\]:" run-tests.xsh # Make it impossible to import builddir xonsh mv xonsh/ xonsh.bak/