theenglishway (time) 7 лет назад
Родитель
Сommit
91e8c40ddb
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      README.rst
  2. 2 2
      setup.cfg

+ 1 - 1
README.rst

@@ -10,7 +10,7 @@ Installation
 
 ..highlight: shell
 
-    $ pip install -e git+https://code.theenglishway.eu/theenglishway-corp/twhatter
+    $ pip install --user -e git+https://code.theenglishway.eu/theenglishway-corp/twhatter
 
 Use
 ---

+ 2 - 2
setup.cfg

@@ -20,6 +20,8 @@ test = pytest
 
 [tool:pytest]
 collect_ignore = ['setup.py']
+markers =
+    send_request: mark a test as requiring to send a specific web request (slow).
 
 [coverage:run]
 branch = True
@@ -80,5 +82,3 @@ console_scripts =
 [options.extras_require]
 test =
 	pytest
-markers =
-    send_request: mark a test as requiring to send a specific web request (slow).