2023-05-22 14:56:11 +00:00
committed by Git OBS Bridge
parent e945bc58c8
commit f67774e2d3

View File

@@ -1,5 +1,5 @@
# #
# spec file for package python-vagrant # spec file
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
@@ -73,7 +73,7 @@ Python bindings for interacting with Vagrant virtual machines.
%check %check
mkdir /tmp/vagrant mkdir /tmp/vagrant
export VAGRANT_HOME=/tmp/vagrant export VAGRANT_HOME=/tmp/vagrant
%python_expand %{$python} -m pytest tests/test_vagrant.py %pytest tests/test_vagrant.py
rm -r /tmp/vagrant rm -r /tmp/vagrant
%endif %endif