python3Packages.antlr4-python3-runtime: run correct tests
We're not interested in the profiling, but the actual tests. They currently log a warning, because upstream does not test them in their CI and the lexer/parser artifacts are out of date¹. [1] https://github.com/antlr/antlr4/issues/4041
This commit is contained in:
parent
fd2a0bdd6b
commit
2258156699
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||||
# in 4.9, test was renamed to tests
|
# in 4.9, test was renamed to tests
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
cd test*
|
cd test*
|
||||||
${python.interpreter} ctest.py
|
${python.interpreter} run.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue