mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
8 lines
235 B
Python
8 lines
235 B
Python
--- setup.py.orig 2022-08-06 21:23:04 UTC
|
|
+++ setup.py
|
|
@@ -123,4 +123,5 @@ setup(
|
|
'Programming Language :: Python :: 3.10',
|
|
'Programming Language :: Python :: 3 :: Only',
|
|
],
|
|
+ test_suite = 'nose.collector'
|
|
)
|