Skip to content

Commit

Permalink
remove DesiTest
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jan 31, 2025
1 parent 1884152 commit fadf4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# desiutil needs to import some of its own code.
#
sys.path.insert(int(sys.path[0] == ''),os.path.abspath('./py'))
from desiutil.setup import DesiModule, DesiTest, DesiVersion, get_version
from desiutil.setup import DesiModule, DesiVersion, get_version
#
# Begin setup
#
Expand Down Expand Up @@ -57,7 +57,7 @@
setup_keywords['use_2to3'] = False
setup_keywords['packages'] = find_packages('py')
setup_keywords['package_dir'] = {'':'py'}
setup_keywords['cmdclass'] = {'module_file': DesiModule, 'version': DesiVersion, 'test': DesiTest, 'sdist': DistutilsSdist}
setup_keywords['cmdclass'] = {'module_file': DesiModule, 'version': DesiVersion, 'sdist': DistutilsSdist}
setup_keywords['test_suite']='{name}.test.test_suite'.format(**setup_keywords)
#
# Autogenerate command-line scripts.
Expand Down

0 comments on commit fadf4b2

Please sign in to comment.