Skip to content

Commit

Permalink
no ns package
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchwarz committed Jul 18, 2024
1 parent 3c8709c commit d9455ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion schwarz/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ testing =
dotmap; python_version >= '3.0'
# Even the oldest versions of "time-machine" support only Python 3.6+
freezegun < 1.0 ; python_version < '3.0'
freezegun ; python_implementation == 'PyPy' and python_version > '3.0'
freezegun ; implementation_name == 'pypy' and python_version > '3.0'
time-machine ; python_version > '3.0'
mock ; python_version < '3.0'
pytest
Expand Down

0 comments on commit d9455ad

Please sign in to comment.