Skip to content

Commit

Permalink
Merge pull request #61 from kjsanger/feature/black-update
Browse files Browse the repository at this point in the history
Update black 23.1.0
  • Loading branch information
kjsanger authored Feb 7, 2023
2 parents 016e598 + eaed6e1 commit 9413423
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest-it==0.1.4
pytest==7.2.1
black==22.12.0
black==23.1.0
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def mysql_url(config: configparser.ConfigParser):

@pytest.fixture(scope="function")
def mlwh_session(config: configparser.ConfigParser) -> Session:

uri = mysql_url(config)
engine = create_engine(uri, echo=False, future=True)

Expand Down Expand Up @@ -571,7 +570,6 @@ def initialize_mlwh_ont(session: Session):


def initialize_mlwh_illumina(sess: Session):

changed_study = Study(
id_lims="LIMS_05",
id_study_lims="study_04",
Expand Down
1 change: 0 additions & 1 deletion tests/test_ml_warehouse_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ class TestIlluminaMLWarehouseQueries(object):
@m.context("When given a datetime")
@m.it("Finds rows updated since that datetime")
def test_recently_changed(self, mlwh_session):

late_expected = [
{
TrackedStudy.ACCESSION_NUMBER: "ST0000000001",
Expand Down

0 comments on commit 9413423

Please sign in to comment.