diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a65ac72..e7f8ac6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,7 +64,7 @@ jobs: run: pip install -e '.[dev]' - name: Run tests with coverage run: - python -m pytest --cov -n=auto --cov-fail-under=98 --cov-report= --memray + python -m pytest --cov -n=auto --cov-fail-under=98 --cov-report= - name: Upload coverage to coveralls if: github.event_name == 'push' uses: coverallsapp/github-action@v2.2.3 diff --git a/pyproject.toml b/pyproject.toml index 4b29dc9..c0a6a0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__" [project] name="hotpdf" -version="0.3.3" +version="0.3.4" authors = [ {name = "Krishnasis Mandal", email = "krishnasis.mandal@prestatech.com"}] maintainers = [ @@ -45,7 +45,7 @@ include = ["hotpdf*"] exclude = ["docs*", "tests*"] [project.optional-dependencies] -dev = ["pytest", "pytest-cov", "pytest-xdist", "pylint", "mypy", "typing-extensions", "pre-commit", "ruff", "pytest-memray"] +dev = ["pytest", "pytest-cov", "pytest-xdist", "pylint", "mypy", "typing-extensions", "pre-commit", "ruff"] [tool.ruff] indent-width = 4