Skip to content

Commit 707d3d0

Browse files
committed
ast
1 parent 7f8b360 commit 707d3d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def run_tests_with_coverage():
535535
print('loader = unittest.TestLoader()')
536536
tests = loader.discover('tests')
537537
print('tests = loader.discover("tests")')
538-
test_runner = TextTestRunner()
538+
test_runner = unittest.runner.TextTestRunner()
539539
print('test_runner = unittest.runner.TextTestRunner()')
540540
result = test_runner.run(tests)
541541
print('result = test_runner.run(tests)')

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ gimpact==1.0.1
1010
Pillow==9.2.0
1111
PyInstaller==6.7.0
1212
PyOpenGL==3.1.6
13-
PyQt6==6.3.1
14-
PyQt6-Qt6==6.5.2
13+
PyQt6==6.7.0
14+
PyQt6-Qt6==6.7.2
1515
pystache==0.6.0
1616
PyQt6-QScintilla==2.13.4
1717
scipy==1.9.3

0 commit comments

Comments
 (0)