# HG changeset patch # User RhodeCode Admin # Date 2024-06-04 15:19:57 # Node ID 887a975387e530d9e4a015ffe921e774279f9345 # Parent 816300987d971d1defe72ec229dab85fdf0b5e9b makefiles: synced makefiles diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -37,31 +37,6 @@ test-only: --cov=rhodecode rhodecode -.PHONY: test-only-mysql -## run tests against mysql -test-only-mysql: - PYTHONHASHSEED=random \ - py.test -x -vv -r xw -p no:sugar \ - --cov-report=term-missing --cov-report=html \ - --ini-config-override='{"app:main": {"sqlalchemy.db1.url": "mysql://root:qweqwe@localhost/rhodecode_test?charset=utf8"}}' \ - --cov=rhodecode rhodecode - - -.PHONY: test-only-postgres -## run tests against postgres -test-only-postgres: - PYTHONHASHSEED=random \ - py.test -x -vv -r xw -p no:sugar \ - --cov-report=term-missing --cov-report=html \ - --ini-config-override='{"app:main": {"sqlalchemy.db1.url": "postgresql://postgres:qweqwe@localhost/rhodecode_test"}}' \ - --cov=rhodecode rhodecode - -.PHONY: ruff-check -## run a ruff analysis -ruff-check: - ruff check --ignore F401 --ignore I001 --ignore E402 --ignore E501 --ignore F841 --exclude rhodecode/lib/dbmigrate --exclude .eggs --exclude .dev . - - .PHONY: docs ## build docs docs: