Skip to content

Commit 1a8404f

Browse files
committed
cleanup
1 parent 8ec61b9 commit 1a8404f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pydeps2env/environment.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ def _get_conda_dependencies(
294294
and r.name not in remove
295295
}
296296

297-
print(conda_reqs)
298-
299297
for req_key in conda_reqs.keys():
300298
if conda_reqs[req_key].name in pypi_to_conda_mapping.keys():
301299
conda_reqs[req_key].name = pypi_to_conda_mapping[

test/test_environment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def test_init(
4040
)
4141

4242
pip_txt = env._get_pip_dependencies(include_build_system=True)
43-
print(pip_txt)
4443
# include extras specifier in pip format
4544
assert "setuptools-scm[toml]" in pip_txt
4645

0 commit comments

Comments
 (0)