Skip to content

Commit

Permalink
Drop pytest.ini for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Falk-Petersen committed Sep 26, 2024
1 parent f8ace4f commit 9ec98b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt-get update && \
# Set workdir
WORKDIR /app

COPY requirements.txt pytest.ini ./
COPY requirements.txt ./
COPY sedr/ ./sedr/
RUN python3 -m venv ./venv && \
./venv/bin/pip install -r /app/requirements.txt
Expand Down
2 changes: 0 additions & 2 deletions sedr/schemat.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ def test_collections(case):
f"Unable to find extent for collection ID {collection['id']}. Found [{', '.join(collection.keys())}]. See {spec_ref} for more info."
) from err

# util.logger.debug("Collections %s tested OK", response.url)


# @schema.parametrize()
# @settings(max_examples=args.iterations, deadline=None)
Expand Down

0 comments on commit 9ec98b5

Please sign in to comment.