Skip to content

Commit b17c7e8

Browse files
committed
Fixes CI
1 parent 92835f0 commit b17c7e8

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

poetry.lock

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ nitpick = "^0.20.0"
5353

5454
safety = "^1.8"
5555

56-
pytest = "^5.0"
56+
pytest = "^5.1"
5757
pytest-cov = "^2.7"
5858
pytest-randomly = "^3.0"
5959
pytest-asyncio = "^0.10.0"

tests/test_io/test_io_equality.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
import pytest
4-
53
from returns.io import IO
64

75

0 commit comments

Comments
 (0)