Skip to content

Commit

Permalink
ReFix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander.A.Utkin committed Sep 17, 2024
1 parent 28ed966 commit 2a80370
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ def _c2(*names):
return ' :: '.join(names)


def load_requirements(filename):
with open(f"{filename}", "r") as file:
return file.read().splitlines()


class CMakeExtension(Extension):
def __init__(self, name):
super().__init__(name, sources=[])
Expand Down Expand Up @@ -100,9 +95,9 @@ def build_cmake(self, ext):
'tests/helpers/__init__.py',
'tests/__init__.py'
]},
test_suite='tests',
python_requires=">=3.6,<3.11.5",
install_requires=load_requirements(PACKAGE_NAME + "/requirements.txt"),
test_suite='tests',
install_requires=['envoy==0.0.3', 'delegator==0.0.3', 'pyhamcrest==2.0.2', 'pytest==6.2.5'],
classifiers=[
_c2('Development Status', '3 - Alpha'),
_c2('Environment', 'Console'),
Expand Down

0 comments on commit 2a80370

Please sign in to comment.