Skip to content

Commit

Permalink
Remove usage of pyup
Browse files Browse the repository at this point in the history
Since they force all users to move to a paid subscription.
  • Loading branch information
Cito committed Jul 23, 2022
1 parent 97ba15e commit 611c033
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .pyup.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ For older versions of Python, you can use version 2 of these libraries.
[![PyPI version](https://badge.fury.io/py/graphql-relay.svg)](https://badge.fury.io/py/graphql-relay)
![Test Status](https://github.com/graphql-python/graphql-relay-py/actions/workflows/test.yml/badge.svg)
![Lint Status](https://github.com/graphql-python/graphql-relay-py/actions/workflows/lint.yml/badge.svg)
[![Dependency Updates](https://pyup.io/repos/github/graphql-python/graphql-relay-py/shield.svg)](https://pyup.io/repos/github/graphql-python/graphql-relay-py/)
[![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/)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

## Getting Started
Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ python-tag = py3
[aliases]
test = pytest

[check-manifest]
ignore =
.pyup.yml

[tool:pytest]
# Deactivate default name pattern for test classes (we use pytest_describe).
python_classes = PyTest*
Expand Down

0 comments on commit 611c033

Please sign in to comment.