Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
2015946
Move doc image tests to pytest-pyvista
user27182 Aug 28, 2025
342bd48
Update pytest-pyvista
user27182 Aug 28, 2025
e100a8b
Update test images
user27182 Aug 28, 2025
47ecc1c
Merge branch 'main' into testing/doc_build
user27182 Sep 1, 2025
9d79e2a
Merge branch 'main' into testing/doc_build
user27182 Sep 15, 2025
fbbe817
Test interactive branch
user27182 Sep 15, 2025
bb56467
Update tox
user27182 Sep 15, 2025
18d4724
Update config
user27182 Sep 15, 2025
5f5eed3
Update config
user27182 Sep 15, 2025
23d10b5
Update tox.ini
user27182 Sep 15, 2025
c7ae64b
Install playwright
user27182 Sep 16, 2025
de9c868
Update pyproject.toml
user27182 Sep 16, 2025
6349042
Update pyproject.toml
user27182 Sep 16, 2025
094cdf9
Update docs.yml
user27182 Sep 16, 2025
84b1f98
Update docs.yml
user27182 Sep 16, 2025
39d4309
Update docs.yml
user27182 Sep 16, 2025
70fc8bf
Update docs.yml
user27182 Sep 16, 2025
e4002a8
Update docs.yml
user27182 Sep 16, 2025
a3624ed
Update packages
user27182 Sep 16, 2025
aea6bf3
Apt-get
user27182 Sep 16, 2025
869e655
Check dpkg-split
user27182 Sep 16, 2025
0fc9243
Remove validate dpkg
user27182 Sep 16, 2025
194298d
Update image format
user27182 Sep 16, 2025
3530d00
Update deps
user27182 Sep 16, 2025
ab546b4
Use -n8 for tests
user27182 Sep 16, 2025
3abc655
Revert "Use -n8 for tests"
user27182 Sep 16, 2025
c192e5f
Revert "Revert "Use -n8 for tests""
user27182 Sep 16, 2025
e1599b4
Revert "Use -n8 for tests"
user27182 Sep 17, 2025
1a6d0d0
No verbose
user27182 Sep 17, 2025
5064a9a
Add images
user27182 Sep 17, 2025
ceff8a0
Add max file size
user27182 Sep 17, 2025
3993bc0
Replace kitchen image
user27182 Sep 17, 2025
a2557df
Merge main
user27182 Sep 17, 2025
d7382b5
Use -n8
user27182 Sep 17, 2025
04f9a7e
Use -n2
user27182 Sep 17, 2025
6cecee8
Verbose
user27182 Sep 18, 2025
e3d10e1
Use -n4
user27182 Sep 18, 2025
b540805
Use -n8
user27182 Sep 18, 2025
51cdc1a
Use -n4
user27182 Sep 18, 2025
b45818c
Update test branch
user27182 Sep 21, 2025
47c33f9
Merge main
user27182 Sep 21, 2025
4e0ea71
Update branch
user27182 Sep 24, 2025
1e53b96
Merge main
user27182 Sep 24, 2025
6dcf726
Move set default theme fixture
user27182 Sep 24, 2025
27a0e34
Merge main
user27182 Sep 25, 2025
433fa82
Rever changes
user27182 Sep 25, 2025
b7eab72
Update pytest cmd
user27182 Sep 25, 2025
a7e9e20
Update workflow
user27182 Sep 25, 2025
0163caa
Revert "Add images"
user27182 Sep 27, 2025
c5fe0fa
Do not include vtksz files
user27182 Sep 27, 2025
ab147e9
Use pytest-pyvista main branch
user27182 Sep 27, 2025
13e1bc0
Update tst_doc_build
user27182 Sep 27, 2025
fa9f68e
Misc updates
user27182 Sep 27, 2025
07664b6
Remove playwright install
user27182 Sep 27, 2025
558b10b
Merge main
user27182 Oct 5, 2025
850017c
Remove extras
user27182 Oct 5, 2025
2cf8526
Add pytest-xdist as dependency
user27182 Oct 5, 2025
13a45b2
Use v0.3.1
user27182 Oct 6, 2025
2542bd8
Add unit comments to config
user27182 Oct 7, 2025
29ba0ad
Merge branch 'main' into testing/doc_build
user27182 Oct 7, 2025
5b300ab
Merge branch 'main' into testing/doc_build
akaszynski Oct 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use -n4
  • Loading branch information
user27182 committed Sep 18, 2025
commit 51cdc1a2aa5b6ffea7110baeaf7802e05f6dc0dd
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,4 @@ commands_pre =
commands =
build: python -m sphinx -M {posargs:html} {env:_SPHINX_SOURCE_DIR} {env:_SPHINX_BUILD_DIR} {env:_SPHINX_DEFAULTS} {env:_SPHINX_JOBS}
test: python -m playwright install chromium
test: pytest --doc_mode --include_vtksz -n8 -v
test: pytest --doc_mode --include_vtksz -n4 -v
Loading