Skip to content

Commit

Permalink
remove pkg_resources from test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilibarra committed Aug 27, 2024
1 parent 9936a1b commit 2d2316d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
import mubind as mb

# check installed packages
import pkg_resources
installed_packages = pkg_resources.working_set
for package in installed_packages:
print(f"{package.key}=={package.version}")

def test_simdata_train():
import warnings

Expand Down

0 comments on commit 2d2316d

Please sign in to comment.