Skip to content

Commit f325f8f

Browse files
author
Geoff Bache
committed
Switch windows setup and update Python version
1 parent 8d620c2 commit f325f8f

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Could not start TextTest due to Python version problems :
2-
TextTest 4.0.7 requires at least Python 3.6.0: found version 3.5.4.
2+
TextTest 4.4.3 requires at least Python 3.9.0: found version 3.5.4.

config.texttest.nt

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
interpreter:${TEXTTEST_CHECKOUT}/Scripts/python.exe
2-
3-
# Remove the interpreter line above and uncomment the executable to test the installed version.
4-
# Note that 8 or so tests rely on monkey-patching Python and hence won't work with this setup
5-
executable:${TEXTTEST_CHECKOUT}/Scripts/texttestc.py
6-
7-
#executable:${TEXTTEST_CHECKOUT}/texttestc.exe
1+
# Now built directly with new installation setup
2+
executable:${TEXTTEST_CHECKOUT}/Scripts/texttest.exe
83

94
# don't run the SGE/LSF/ec2cloud tests for now : they don't work on Windows...
105
# don't run the tests that receive signals either

0 commit comments

Comments
 (0)