Skip to content

Commit

Permalink
removed tests from setup.py because they are likely causing an issue …
Browse files Browse the repository at this point in the history
…with bioconda tests
  • Loading branch information
Acribbs committed Apr 6, 2024
1 parent f3b1c75 commit c299e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cgat/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.1"
__version__ = "0.7.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def is_exe(fpath):
elif major == 3:
pass

cgat_packages = find_packages()
cgat_packages = find_packages(exclude=['tests'])
cgat_package_dirs = {'cgat': 'cgat'}

##########################################################
Expand Down

0 comments on commit c299e5b

Please sign in to comment.