Skip to content

Commit

Permalink
Switch from deprecated imp to importlib
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jun 24, 2019
1 parent 3d01dd3 commit 4cd08f9
Show file tree
Hide file tree
Showing 13 changed files with 181 additions and 241 deletions.
1 change: 1 addition & 0 deletions changelog/1403.bugfix.rst
@@ -0,0 +1 @@
Switch from ``imp`` to ``importlib``.
1 change: 1 addition & 0 deletions changelog/2761.bugfix.rst
@@ -0,0 +1 @@
Honor PEP 235 on case-insensitive file systems.
1 change: 1 addition & 0 deletions changelog/5078.bugfix.rst
@@ -0,0 +1 @@
Test module is no longer double-imported when using ``--pyargs``.
1 change: 1 addition & 0 deletions changelog/5432.bugfix.rst
@@ -0,0 +1 @@
Prevent "already imported" warnings from assertion rewriter when invoking pytest in-process multiple times.
1 change: 1 addition & 0 deletions changelog/5433.bugfix.rst
@@ -0,0 +1 @@
Fix assertion rewriting in packages (``__init__.py``).

0 comments on commit 4cd08f9

Please sign in to comment.