Skip to content

Commit

Permalink
print some info for tets...
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Feb 20, 2024
1 parent b8a8261 commit c0c73f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.18
3.12.1
5 changes: 0 additions & 5 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ click==8.1.7
# via box
coverage==7.4.1
# via pytest-cov
exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
packaging==23.2
Expand All @@ -26,8 +24,5 @@ pytest==8.0.0
pytest-cov==4.1.0
pytest-mock==3.12.0
ruff==0.1.15
tomli==2.0.1
# via coverage
# via pytest
tomlkit==0.12.3
# via box
2 changes: 2 additions & 0 deletions tests/func/test_packager.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ def test_set_env(rye_project):
packager.build()
packager._set_env()

print(os.environ)
print(rye_project.joinpath("dist").glob("*"))
dist_file = rye_project.joinpath(f"dist/{rye_project.name}-0.1.0.tar.gz")

package_name = rye_project.name.replace("-", "_")
Expand Down

0 comments on commit c0c73f9

Please sign in to comment.