Skip to content

Commit c1b389f

Browse files
committed
fix error
1 parent 2c80fbb commit c1b389f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ all: setup test
33
setup:
44
pip3 install pipenv && pipenv install --dev
55
test:
6-
pipenv run python setup.py pytest
6+
pipenv run pytest
77
doc:
88
pipenv run pdoc deriv_api --force --html -o docs/html --template-dir docs/templates
99
build:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
author_email='learning+python@deriv.com',
1010
license='MIT',
1111
install_requires=['websockets==10.3', 'reactivex==4.0.*'],
12-
test_suite='tests',
1312
url='https://github.com/deriv-com/python-deriv-api',
1413
project_urls={
1514
'Bug Tracker': "https://github.com/deriv-com/python-deriv-api/issues",

0 commit comments

Comments
 (0)