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

Migrate system_install to system_service #16

Closed
wants to merge 1 commit into from

Conversation

Ch3LL
Copy link

@Ch3LL Ch3LL commented Mar 17, 2023

According to this PR: saltstack/pytest-salt-factories#134

@@ -1462,7 +1462,7 @@ def __attrs_post_init__(self):
DaemonPkgMixin.__attrs_post_init__(self)

def _get_impl_class(self):
if self.system_install and self.salt_pkg_install.system_service:
if self.system_service and self.salt_pkg_install.system_service:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if self.system_service and self.salt_pkg_install.system_service:
if self.system_service:

I think we can change all these lines to this, correct @s0undt3ch

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I believe so

@@ -1746,13 +1746,7 @@ def test_pkgs_onedir(session):
else:
file_name = "pkgtests.txt"

requirements_file = os.path.join(
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need pkg test requirement files anymore, so I should be able to delete the files in requirements/static/pkg correct?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct

@Ch3LL Ch3LL closed this Mar 17, 2023
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