We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2df998 commit 2508ba9Copy full SHA for 2508ba9
doc/source/development/contributing_codebase.rst
@@ -777,6 +777,14 @@ install pandas) by typing::
777
778
pytest pandas
779
780
+.. note::
781
+
782
+ If a handful of tests don't pass, it may not be an issue with your pandas installation.
783
+ Some tests (e.g. some SQLAlchemy ones) require additional setup, others might start
784
+ failing because a non-pinned library released a new version, and others might be flaky
785
+ if run in parallel. As long as you can import pandas from your locally built version,
786
+ your installation is probably fine and you can start contributing!
787
788
Often it is worth running only a subset of tests first around your changes before running the
789
entire suite.
790
0 commit comments