Skip to content

Commit 36b2ea5

Browse files
authored
DOC: pytest --nightly (#267)
1 parent 6e002f8 commit 36b2ea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Here are the most important options. Fore more details, please use `poe --help`.
1111
- Run only pytest: `poe pytest`
1212
- Run only pre-commit: `poe style`
1313
- Run tests against the installed stubs (this will install and uninstall the stubs): `poe test_dist`
14+
- Optional: run pytest against pandas nightly (this might fail): `poe pytest --nightly`
1415
- Optional: Run stubtest to compare the installed pandas-stubs against pandas (this will fail): `poe stubtest`. If you have created an allowlist to ignore certain errors: `poe stubtest path_to_the_allow_list`
1516

1617
These tests originally came from https://github.com/VirtusLab/pandas-stubs.

0 commit comments

Comments
 (0)