python3Packages.antlr4-python3-runtime: fix tests for 4.9+

main
Jonathan Ringer 2 years ago
parent c9b86a269b
commit c055b9b796
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 3
      pkgs/development/python-modules/antlr4-python3-runtime/default.nix

@ -9,8 +9,9 @@ buildPythonPackage rec {
sourceRoot = "source/runtime/Python3";
# in 4.9, test was renamed to tests
checkPhase = ''
cd test
cd test*
${python.interpreter} ctest.py
'';

Loading…
Cancel
Save