Skip to content

Commit

Permalink
Update test requirements to pass on 3.7
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Karkit <karkucik@gmail.com>
  • Loading branch information
ekiro committed Feb 4, 2020
1 parent ab78e87 commit f62ca6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# haps [![PyPI](https://badge.fury.io/py/haps.png)](https://pypi.python.org/pypi/haps/) [![Build Status](https://travis-ci.org/ekiro/haps.svg?branch=master)](https://travis-ci.org/ekiro/haps)
# haps [![PyPI](https://badge.fury.io/py/haps.png)](https://pypi.python.org/pypi/haps/) [![Build Status](https://travis-ci.org/lunarwings/haps.svg?branch=master)](https://travis-ci.org/lunarwings/haps)
Haps [χaps] is a simple DI library, with IoC container included. It is written in pure Python with no external dependencies.

Look how easy it is to use:
Expand Down Expand Up @@ -35,7 +35,7 @@ See https://haps.readthedocs.io/en/latest/

# Usage examples

See https://github.com/ekiro/haps/tree/master/samples
See https://github.com/lunarwings/haps/tree/master/samples

# Testing

Expand Down
10 changes: 5 additions & 5 deletions requirements.test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==3.4.1
flake8==3.5.0
isort==4.3.4
pytest-flake8==0.9.1
pytest-isort==0.1.0
pytest==5.3.5
flake8==3.7.9
isort==4.3.21
pytest-flake8==1.0.4
pytest-isort==0.3.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ exclude = .git,__pycache__
[tool:pytest]
addopts = --isort --flake8 -r w -vsl
flake8-ignore =
F405
F405 W504

0 comments on commit f62ca6e

Please sign in to comment.