Skip to content

Commit 7db9930

Browse files
authored
Merge branch 'master' into codex/create-github-actions-workflow-for-tests
2 parents fe1c2c2 + 0b4bf44 commit 7db9930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest]
14-
python-version: ["3.8", "3.9", "3.10"]
14+
python-version: ["3.10"]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-python@v5

tests/test_project_quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
import pytest
4141
import os
4242
import tempfile
43+
import sys
4344

4445
# Import helper functions from this package:
4546
import pytest_helpers
@@ -55,7 +56,6 @@
5556

5657
# For each dir generate and compare directory trees and compare ref and test files
5758
# For each script (py and R) compare ref and test files
58-
import sys
5959

6060
cli_options = [[sys.executable, '-m', 'project_quickstart.project_quickstart', '-n', '{}'.format(test_name)],
6161
[sys.executable, '-m', 'project_quickstart.project_quickstart', '--script-python={}'.format(test_name)],

0 commit comments

Comments
 (0)