-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add explicit testing of all supported Python versions (#403)
* Add testing of all supported Pythons * Run examples on Linux and all supported python versions * Use pyvista/setup-headless-display * Make the job Run Examples Lunix-compliant * Remove constraint of vtk<9.1.0 and Python<3.10 * Add core.settings.bypass_pv_opengl_osmesa_crash to fix issue with vtk>=9.1.0 on Windows GitHub runners using OpenGL from OSMesa * Doctest skip plot calls for now * Revert "Doctest skip plot calls for now" This reverts commit a57bc81. * Instead of skipping all plot doctests, add fix to doctest conftest * Skip doctest step for failing configs for now * Fix conditional * Fix conditional * Revert changes to matrix for gatebin tests * Revert changes to matrix for retro tests * Switching retro to 3.7, skipping test_shutting_down_when_deleted_legacy on Windows in addition to Linux. * Switching back to 3.8 testing by default. More will be tested in the PR about reorganizing tests. * Revert "Switching back to 3.8 testing by default." This reverts commit 651624c. * Skip test_python_plugins.py if on Linux with Python 3.7. * Skip test_create_on_other_server_and_connect_workflow for 3.10 on Windows * Skip test_create_on_other_server_and_connect_workflow for 3.10 on Ubuntu and not Windows * Skip test_python_plugins.py for 3.7 * Skip test_shutting_down_when_deleted_legacy.py for 3.7 on Linux
- Loading branch information
Showing
11 changed files
with
86 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
pypandoc==1.8.1 | ||
vtk<9.1.0 | ||
pyvista==0.36.1 | ||
ansys_sphinx_theme==0.5.1 | ||
nbsphinx==0.8.9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
pytest==7.1.2 | ||
pytest-cov==3.0.0 | ||
pytest-rerunfailures==10.2 | ||
vtk==9.0.3 | ||
pyvista==0.36.1 | ||
ansys-platform-instancemanagement==1.0.2 | ||
coverage==6.4.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.