Skip to content

Commit

Permalink
Fix deprecation warning from using TempdirFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
melund committed Sep 10, 2021
1 parent bc6a41e commit c1faea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anypytools/pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import pytest


from _pytest.tmpdir import TempdirFactory, TempPathFactory
from pytest import TempdirFactory, TempPathFactory

from anypytools import AnyPyProcess, macro_commands
from anypytools.tools import (
Expand Down

0 comments on commit c1faea9

Please sign in to comment.