python3Packages.antlr4-python3-runtime: fix tests for 4.9+
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user