Fix typo in pytest-subtests

Ti-Tai Wang
2025-09-11 14:05:08 -07:00
parent 0c5e3ef6c4
commit 90eb40c713

@ -92,7 +92,7 @@ export DEBUG=1
Install the dependencies required for development and to run CI checks locally. Install the dependencies required for development and to run CI checks locally.
```sh ```sh
pip install expecttest pytest parameterized flake8 hypothesis pytest-cov pytest-xdist pytest-subtest pylint lintrunner ghstack beartype pip install expecttest pytest parameterized flake8 hypothesis pytest-cov pytest-xdist pytest-subtests pylint lintrunner ghstack beartype
lintrunner init lintrunner init
``` ```