Skip to content

Commit

Permalink
CR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
derfred committed Feb 10, 2022
1 parent 59567e5 commit 8fdfeab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packages = find:
package_dir =
=src
install_requires =
pytest
pytest >= 6.2
port-for >= 0.6.0
mirakuru
mysqlclient
Expand Down
3 changes: 1 addition & 2 deletions src/pytest_mysql/factories/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
from warnings import warn

import pytest
from _pytest.fixtures import FixtureRequest
from _pytest.tmpdir import TempPathFactory
from pytest import FixtureRequest, TempPathFactory
from port_for import get_port

from pytest_mysql.config import get_config
Expand Down

0 comments on commit 8fdfeab

Please sign in to comment.