Skip to content

Commit

Permalink
TST: remove deprecated pkg_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 14, 2023
1 parent 33faab7 commit b611433
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import subprocess
import sys

import pkg_resources
import pytest

import audonnx.testing
Expand All @@ -27,8 +26,6 @@ def uninstall(
for m in list(sys.modules):
if m.startswith(package):
sys.modules.pop(m)
# force pkg_resources to re-scan site packages
pkg_resources._initialize_master_working_set()


def test(tmpdir):
Expand Down

0 comments on commit b611433

Please sign in to comment.