Skip to content

Commit 611c033

Browse files
committed
Remove usage of pyup
Since they force all users to move to a paid subscription.
1 parent 97ba15e commit 611c033

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.pyup.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ For older versions of Python, you can use version 2 of these libraries.
1717
[![PyPI version](https://badge.fury.io/py/graphql-relay.svg)](https://badge.fury.io/py/graphql-relay)
1818
![Test Status](https://github.com/graphql-python/graphql-relay-py/actions/workflows/test.yml/badge.svg)
1919
![Lint Status](https://github.com/graphql-python/graphql-relay-py/actions/workflows/lint.yml/badge.svg)
20-
[![Dependency Updates](https://pyup.io/repos/github/graphql-python/graphql-relay-py/shield.svg)](https://pyup.io/repos/github/graphql-python/graphql-relay-py/)
21-
[![Python 3 Status](https://pyup.io/repos/github/graphql-python/graphql-relay-py/python-3-shield.svg)](https://pyup.io/repos/github/graphql-python/graphql-relay-py/)
2220
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
2321

2422
## Getting Started

setup.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ python-tag = py3
44
[aliases]
55
test = pytest
66

7-
[check-manifest]
8-
ignore =
9-
.pyup.yml
10-
117
[tool:pytest]
128
# Deactivate default name pattern for test classes (we use pytest_describe).
139
python_classes = PyTest*

0 commit comments

Comments
 (0)