From e1b0afb2d356a8536a9d471518f58f6c17a1312f Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Tue, 20 Feb 2018 23:10:43 +0900 Subject: [PATCH 1/2] Fix typo [changelog skip] --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d1762a8..14975ee 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ This package provides an HTTP transport for nirum-python_. .. code-block:: python - from youtservice import YourService_Client + from yourservice import YourService_Client from nirum_http import HttpTransport transport = HttpTransport('https://service-host/') From 1f2c47da7fa06d3707a8a944f73667d1b24f7339 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Sun, 4 Mar 2018 02:12:07 +0900 Subject: [PATCH 2/2] Remove Hotfix of tholo/pytest-flake8#34 [changelog skip] https://github.com/tholo/pytest-flake8/pull/35 is merged. --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index c1cb0e1..46cf1d1 100644 --- a/tox.ini +++ b/tox.ini @@ -5,10 +5,6 @@ skipsdist = true [testenv] skip_install = true commands = - ; FIXME: the following command should be removed when - ; https://github.com/tholo/pytest-flake8/pull/35 is merged: - pip install git+git://github.com/jezdez/pytest-flake8.git@flake8-3.5.0 - pip install -f {distdir} -e .[tests] pytest -v