File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ specification that are not yet tested here.
12
12
13
13
To run the tests, first install the testing dependencies
14
14
15
- pip install pytest hypothesis numpy
15
+ pip install pytest hypothesis
16
16
17
17
or
18
18
19
- conda install pytest hypothesis numpy
19
+ conda install pytest hypothesis
20
20
21
- as well as the array libraries that you want to test. (Note, in the future,
22
- NumPy will be removed as a dependency on the test suite). To run the tests,
23
- you need to set the array library that is to be tested. There are two ways to
24
- do this. One way is to set the ` ARRAY_API_TESTS_MODULE ` environment variable.
25
- For example
21
+ as well as the array libraries that you want to test.
22
+
23
+ To run the tests, you need to set the array library that is to be tested. There
24
+ are two ways to do this. One way is to set the ` ARRAY_API_TESTS_MODULE `
25
+ environment variable. For example
26
26
27
27
ARRAY_API_TESTS_MODULE=numpy pytest
28
28
You can’t perform that action at this time.
0 commit comments