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
@@ -178,7 +178,7 @@ documentation on _development mode_.
178
178
This repo uses the [Black](https://black.readthedocs.io/en/stable/) code formatter,
179
179
and the [pre-commit](https://pre-commit.com/) library to manage a git commit hook to
180
180
run Black prior to each commit. Both pre-commit and black are included in the
181
-
`packages/python/plotly/requires-dev.txt` file, so you should have them
181
+
`packages/python/plotly/requires-optional.txt` file, so you should have them
182
182
installed already if you've been following along.
183
183
184
184
To enable the Black formatting git hook, run the following from within your virtual
@@ -266,7 +266,7 @@ We take advantage of two tools to run tests:
266
266
267
267
### Running Tests with `pytest`
268
268
269
-
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.
269
+
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-optional.txt` as explained above.
270
270
271
271
After you've done that, go ahead and run the test suite!
0 commit comments