Skip to content

Commit

Permalink
Tested Python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lavin <[email protected]>
  • Loading branch information
clavin-xlnx committed Jan 15, 2025
1 parent 4378757 commit 3681eb8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
java-version: '11'
cache: 'gradle'

- name: Setup Python 3.9
- name: Setup Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12

- name: Cache Jars & Data
id: cache-rapidwright
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ task testPython(type:Test) {
args = ['-m', 'pytest', '--junitxml', '$buildDir/test-results/testPython/testPython.xml', '--rootdir', 'python/test']
// Enable verbose flag which prints out a pass/fail for every test
args += ['-v']
// Prevent python/tests/... with the same namespace as in Java from clobbering
args += ['--import-mode=importlib']
// Workaround from https://github.com/jpype-project/jpype/issues/842#issuecomment-847027355
args += ['-p', 'no:faulthandler']
if (!filter.commandLineIncludePatterns.isEmpty()) {
Expand Down
Empty file removed python/test/com/__init__.py
Empty file.
Empty file removed python/test/com/xilinx/__init__.py
Empty file.
Empty file.

0 comments on commit 3681eb8

Please sign in to comment.