Commit f4030a8
committed
Remove PyTest command from setup.py
Now that direct execution of setup.py is deprecated, we shouldn't have
a custom setuptools command to run tests. Testing the package can be
done by running pytest directly, typically from within tox. Accordingly,
I'm removing the PyTest command from setup.py in this commit.1 parent 40c15bf commit f4030a8
1 file changed
+0
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 12 | | |
31 | 13 | | |
32 | 14 | | |
| |||
45 | 27 | | |
46 | 28 | | |
47 | 29 | | |
48 | | - | |
49 | 30 | | |
50 | 31 | | |
51 | 32 | | |
| |||
0 commit comments