From 2c059dfdc98e45ea5fb7aa3da8bf31bdfd8229b8 Mon Sep 17 00:00:00 2001 From: Johannes Habel Date: Mon, 6 Jan 2025 21:00:40 +0100 Subject: [PATCH] - async release 1.7.2 - fixed tests --- .github/workflows/async-tests.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/async-tests.yml b/.github/workflows/async-tests.yml index 914b238..33f29fe 100644 --- a/.github/workflows/async-tests.yml +++ b/.github/workflows/async-tests.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest-async + pip install pytest pytest-asyncio pip install . - name: Test with pytest run: | diff --git a/setup.py b/setup.py index fba5e28..4d5a149 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="hqporner_api-async", - version="1.7.1", + version="1.7.2", packages=find_packages(), install_requires=[ "bs4", "eaf_base_api-async"], entry_points={