mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
fix flake8 error
This commit is contained in:
@@ -101,4 +101,7 @@ docker-system-tests: ## Run system tests in docker container (add TEST=t04_mirr
|
|||||||
golangci-lint: ## Run golangci-line in docker container
|
golangci-lint: ## Run golangci-line in docker container
|
||||||
docker run -t --rm -v ~/.cache/golangci-lint/v1.56.2:/root/.cache -v ${PWD}:/app -w /app golangci/golangci-lint:v1.56.2 golangci-lint run
|
docker run -t --rm -v ~/.cache/golangci-lint/v1.56.2:/root/.cache -v ${PWD}:/app -w /app golangci/golangci-lint:v1.56.2 golangci-lint run
|
||||||
|
|
||||||
|
flake8:
|
||||||
|
flake8 system
|
||||||
|
|
||||||
.PHONY: help man modules version release goxc docker-build docker-system-tests
|
.PHONY: help man modules version release goxc docker-build docker-system-tests
|
||||||
|
|||||||
@@ -283,7 +283,6 @@ class PublishUpdateAPITestRepo(APITest):
|
|||||||
self.check_not_exists("public/" + prefix + "dists/")
|
self.check_not_exists("public/" + prefix + "dists/")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class PublishConcurrentUpdateAPITestRepo(APITest):
|
class PublishConcurrentUpdateAPITestRepo(APITest):
|
||||||
"""
|
"""
|
||||||
PUT /publish/:prefix/:distribution (local repos), DELETE /publish/:prefix/:distribution
|
PUT /publish/:prefix/:distribution (local repos), DELETE /publish/:prefix/:distribution
|
||||||
|
|||||||
Reference in New Issue
Block a user