shtalinberg / django-el-pagination

Django endless pagination tools. Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.
MIT License
307 stars 71 forks source link

Fix CI and much more for Django 2.2 & 3.0 support #142

Closed joehybird closed 4 years ago

joehybird commented 4 years ago

You can see CI build here https://travis-ci.com/joehybird/django-el-pagination/builds/147217383 (seems disabled on your repository).

shtalinberg commented 4 years ago

I will merge these changes, I see a little issue in my build https://travis-ci.org/shtalinberg/django-el-pagination/builds/645495523

joehybird commented 4 years ago

@shtalinberg Yes, integration may randomly fail (and the CI config expects it) depending of the execution delays and seems to affect django 1.11 only. I guess this is caused by a little change to speed up tests in the waiting delay for WebDriverWait : 5 secs instead of 10 https://github.com/shtalinberg/django-el-pagination/blob/fd0666f707823732fe510bb7393e0d336283e75b/el_pagination/tests/integration/__init__.py#L37 Feel free to rollback these change :smile:

joehybird commented 4 years ago

Oh, I forgot, a release soon will be great ! :smile: