gweis / isodate

ISO 8601 date/time parser
BSD 3-Clause "New" or "Revised" License
148 stars 58 forks source link

ci: Run tests through python -m unittest instead of setup.py #84

Open ajasmin opened 1 year ago

ajasmin commented 1 year ago

Running tests through setup.py is deprecated. This avoids the warning message.