You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -173,7 +173,7 @@ documentation on _development mode_.
173
173
This repo uses the [Black](https://black.readthedocs.io/en/stable/) code formatter,
174
174
and the [pre-commit](https://pre-commit.com/) library to manage a git commit hook to
175
175
run Black prior to each commit. Both pre-commit and black are included in the
176
-
`packages/python/plotly/optional-requirements.txt` file, so you should have them
176
+
`packages/python/plotly/requires-dev.txt` file, so you should have them
177
177
installed already if you've been following along.
178
178
179
179
To enable the Black formatting git hook, run the following from within your virtual
@@ -261,7 +261,7 @@ We take advantage of two tools to run tests:
261
261
262
262
### Running Tests with `pytest`
263
263
264
-
Since our tests cover *all* the functionality, to prevent tons of errors from showing up and having to parse through a messy output, you'll need to install `optional-requirements.txt` as explained above.
264
+
Since our tests cover *all* the functionality, to prevent tons of errors from showing up and having to parse through a messy output, you'll need to install `requires-dev.txt` as explained above.
265
265
266
266
After you've done that, go ahead and run the test suite!
0 commit comments