Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
conda
Commits
ceccc7cd
Commit
ceccc7cd
authored
6 years ago
by
Samuel GAIST
Browse files
Options
Downloads
Patches
Plain Diff
Add recipe for pytest-qt
parent
8275df9d
No related branches found
Branches containing commit
Tags
v3.1.5
Tags containing commit
1 merge request
!395
Add recipe for pytest-qt
Pipeline
#25821
passed
6 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conda/pytest-qt/meta.yaml
+48
-0
48 additions, 0 deletions
conda/pytest-qt/meta.yaml
scripts/build.sh
+1
-0
1 addition, 0 deletions
scripts/build.sh
with
49 additions
and
0 deletions
conda/pytest-qt/meta.yaml
0 → 100644
+
48
−
0
View file @
ceccc7cd
{
%
set name = "pytest-qt" %
}
{
%
set version = "3.2.2" %
}
{
%
set file_ext = "tar.gz" %
}
{
%
set hash_type = "sha256" %
}
{
%
set hash_value = "f6ecf4b38088ae1092cbd5beeaf714516d1f81f8938626a2eac546206cdfe7fa" %
}
package
:
name
:
'
{{
name|lower
}}'
version
:
'
{{
version
}}'
source
:
fn
:
'
{{
name
}}-{{
version
}}.{{
file_ext
}}'
url
:
https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.{{ file_ext }}
'
{{
hash_type
}}'
:
'
{{
hash_value
}}'
build
:
number
:
0
script
:
"
{{
PYTHON
}}
-m
pip
install
.
--no-deps
--ignore-installed
--no-cache-dir
-vvv"
requirements
:
host
:
-
pip
-
python
-
setuptools
-
setuptools_scm
run
:
-
python
-
pytest >=2.7.0
test
:
requires
:
-
pyqt 5.*
-
pytest
imports
:
-
pytestqt
commands
:
-
py.test --help
about
:
home
:
http://github.com/pytest-dev/pytest-qt
license
:
MIT
license_family
:
MIT
summary
:
pytest support for PyQt and PySide applications
doc_url
:
http://pytest-qt.readthedocs.io/en/latest/
dev_url
:
https://github.com/pytest-dev/pytest-qt
extra
:
recipe-maintainers
:
sgaist
This diff is collapsed.
Click to expand it.
scripts/build.sh
+
1
−
0
View file @
ceccc7cd
...
...
@@ -54,6 +54,7 @@ PACKAGES+=('conda/importlib-metadata')
PACKAGES+
=(
'conda/importlib-resources'
)
PACKAGES+
=(
'conda/nodeenv'
)
PACKAGES+
=(
'conda/pre-commit'
)
PACKAGES+
=(
'conda/pytest-qt'
)
current
=
0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment