Skip to content

Commit

Permalink
automatic package discovery (#52)
Browse files Browse the repository at this point in the history
* automatic package discovery

* fix test
  • Loading branch information
rhaffar authored Feb 26, 2024
1 parent a9c45d9 commit d7823e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ classifiers =
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
edgetest>=2022.3.0

Expand Down
10 changes: 5 additions & 5 deletions tests/test_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@

TABLE_OUTPUT = """
============= =============== =================== =================
Environment Passing tests Upgraded packages Package version
============= =============== =================== =================
myenv True myupgrade 0.2.0
============= =============== =================== =================
============= ================== =============== =================== ================== =================
Environment Setup successful Passing tests Upgraded packages Lowered packages Package version
============= ================== =============== =================== ================== =================
myenv True True myupgrade 0.2.0
============= ================== =============== =================== ================== =================
"""


Expand Down

0 comments on commit d7823e9

Please sign in to comment.