mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 16:15:05 +00:00
python3Packages.antlr4-python3-runtime: fix tests for 4.9+
This commit is contained in:
parent
c9b86a269b
commit
c055b9b796
@ -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…
Reference in New Issue
Block a user