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