Skip to content

Commit

Permalink
Fixes a depreciation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
OBITORASU authored and jugmac00 committed Jan 25, 2021
1 parent a254ea0 commit f56f02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion more/webassets/tests/conftest.py
Expand Up @@ -4,7 +4,7 @@
import shutil


@pytest.yield_fixture
@pytest.fixture
def tempdir():
directory = tempfile.mkdtemp()
yield directory
Expand Down

0 comments on commit f56f02b

Please sign in to comment.