Skip to content

Commit

Permalink
Remove pytest from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kwongtn committed Jul 29, 2024
1 parent 330be65 commit 8d30439
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os
import re

import pytest
import setuptools

NAME = 'django-celery-beat'
Expand Down Expand Up @@ -120,7 +119,6 @@ def reqs(*f):
python_requires='>=3.8',
install_requires=reqs('default.txt') + reqs('runtime.txt'),
tests_require=reqs('test.txt') + reqs('test-django.txt'),
cmdclass={'test': pytest},
classifiers=classifiers,
entry_points={
'celery.beat_schedulers': [
Expand Down

0 comments on commit 8d30439

Please sign in to comment.