mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
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
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user