Commit bd44dd1
authored
fix: remove test command and related code from
The `test` command and related functions were deprecated for 5 years
and it seems the time has come: setuptools maintainers removed it
yesterday and that move has broken a bunch of Python packages
including this. This commit removes all references to that command
and any other code related to that. That means there will be no
more `python setup.py test`, but it wasn't be used for a long time.
Signed-off-by: Norbert Biczo <[email protected]>setup.py (#203)1 parent 32c675d commit bd44dd1
1 file changed
+0
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 38 | | |
56 | 39 | | |
57 | 40 | | |
| |||
62 | 45 | | |
63 | 46 | | |
64 | 47 | | |
65 | | - | |
66 | 48 | | |
67 | 49 | | |
68 | 50 | | |
| |||
0 commit comments