Skip to content

Commit

Permalink
Remove the fix so that the tests should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Huibing Yin committed Jun 14, 2021
1 parent 8d5159c commit 26a8e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invirtualenv_plugins/rpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def system_requirements_ok(self):

def run_package_command(self, package_hashes, wheel_dir='wheels'):
self.config['rpm_package']['cwd'] = os.getcwd()
self.config['rpm_package']['noarch'] = self.noarch
# self.config['rpm_package']['noarch'] = self.noarch

# Get the packaging script
for script in ['rpm_scripts/post_install.py', 'rpm_scripts/pre_uninstall.py']:
Expand Down

0 comments on commit 26a8e4b

Please sign in to comment.