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:
Martin Weinelt 2022-12-26 18:42:11 +01:00
parent fd2a0bdd6b
commit 2258156699
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -14,7 +14,7 @@ buildPythonPackage rec {
# in 4.9, test was renamed to tests
checkPhase = ''
cd test*
${python.interpreter} ctest.py
${python.interpreter} run.py
'';
meta = with lib; {