Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Packit
f131f80e11 Update to 1.9.0 (rhbz#2341735) 2025-01-23 11:26:18 +00:00
Lumir Balhar
4c16381bdf Remove duplicated tmt plan 2024-10-31 13:51:39 +01:00
Lumir Balhar
052bd83615 Fix CI by fixing test dependencies 2024-10-31 13:51:32 +01:00
Packit
49d6330a41 Update to 1.8.1 (rhbz#2322513) 2024-10-29 18:02:19 +00:00
6 changed files with 6 additions and 17 deletions

2
.gitignore vendored
View file

@ -30,3 +30,5 @@
/v1.6.0.tar.gz
/v1.7.0.tar.gz
/v1.8.0.tar.gz
/v1.8.1.tar.gz
/v1.9.0.tar.gz

View file

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.99.0.post1.dev29+g2e75e6ff.
The file was generated using packit 0.106.0.post1.dev8+g521f1e1d.

View file

@ -6,7 +6,7 @@
%endif
Name: micropipenv
Version: 1.8.0
Version: 1.9.0
Release: %autorelease
Summary: A simple wrapper around pip to support Pipenv and Poetry files

View file

@ -1,14 +0,0 @@
summary: Integration tests for micropipenv
discover:
how: fmf
execute:
how: tmt
prepare:
- name: install git-core
how: install
package:
- git-core
- micropipenv
- name: clone upstream test data
how: shell
script: git clone https://github.com/thoth-station/micropipenv.git /tmp/micropipenv

View file

@ -1 +1 @@
SHA512 (v1.8.0.tar.gz) = 3402379c8b094ccb12c8dc2447a71412ae2aafb49082ef0be148b71ed110cc6ad11a7f15fb23fb6cdb0b7d8e9f9f6c23119dcf4b649468529121330a37318a7f
SHA512 (v1.9.0.tar.gz) = eafe33548ff1155e708c29617f4a8bf582ad469b79dbed2ff81ae4a73bf73e2a6ab2bfeaaf120963f8895295f846cd6e01af5413c955a03b7d1d8d59b97bb4d6

View file

@ -4,6 +4,7 @@ require:
- python3-test
- python3-pip
- python3-pytest
- python3-pytest-venv
# flexmock installed from PyPI, not available in RHEL
test: |
pip install flexmock==0.12.1 &&