Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from deprecated u2004 to u2204 image for github actions #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nzlosh
Copy link
Contributor

@nzlosh nzlosh commented Feb 12, 2025

No description provided.

@cognifloyd cognifloyd closed this Feb 13, 2025
@cognifloyd cognifloyd reopened this Feb 13, 2025
@cognifloyd cognifloyd enabled auto-merge February 13, 2025 00:38
@cognifloyd cognifloyd disabled auto-merge February 13, 2025 00:42
@cognifloyd
Copy link
Member

Bummer. Like like this repo needs to switch to pytest:

st2-rbac-backend/Makefile

Lines 131 to 145 in 17609e7

.PHONY: .unit-tests
.unit-tests:
@echo
@echo "==================== unit-tests ===================="
@echo
. $(VIRTUALENV_DIR)/bin/activate; nosetests $(NOSE_OPTS) -s -v tests/unit/
. $(VIRTUALENV_DIR)/bin/activate; nosetests $(NOSE_OPTS) -s -v tests/unit/controllers/api/v1/
. $(VIRTUALENV_DIR)/bin/activate; nosetests $(NOSE_OPTS) -s -v tests/unit/controllers/stream/v1/
.PHONY: .integration-tests
.integration-tests:
@echo
@echo "==================== integration-tests ===================="
@echo
. $(VIRTUALENV_DIR)/bin/activate; nosetests $(NOSE_OPTS) -s -v tests/integration/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants