mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
avoid leftover py2 test files.
This commit is contained in:
parent
0f662fdb12
commit
b250a567ae
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -57,7 +57,7 @@ mo:
|
|||
done
|
||||
|
||||
pretest:
|
||||
rm -f tests/individually-importing/*.py # To avoid stray files
|
||||
rm -f tests/individually-importing/*.py tests/unit-generated/*.py # To avoid stray files
|
||||
python3 scripts/gen_individual_importing_tests.py
|
||||
|
||||
TEST_ENV_PATH = $(CURDIR)$(path_sep)$(CURDIR)/tests/lib
|
||||
|
|
Loading…
Add table
Reference in a new issue