Skip to content

Merge various changes (see description) into development - #179

Merged
markus-beuckelmann merged 6 commits into
clips:developmentfrom
markus-beuckelmann:development
Jun 5, 2017
Merged

Merge various changes (see description) into development#179
markus-beuckelmann merged 6 commits into
clips:developmentfrom
markus-beuckelmann:development

Conversation

@markus-beuckelmann

Copy link
Copy Markdown
Collaborator

This will introduce the following changes:

  • Go back to using BeautifulSoup v.3.2.1 as opposed to v4. We will than at some point upgrade to v4 to obtain Python 3 compatibility. However, since we will then have to use a parser like lxml, the parse tree might slightly change which will affect our tests and crawlers. Let's deal with this in separate commits.
  • The Flickr API required to be queried via HTTPS/SSL. This will account for this.
  • Fix some whitespace (that led to IndentationError being raised) in pattern.text.
  • Make the tests in tests/ return the correct status code (pass/fail) when called by e.g. python test/test_text.py
  • Skip some tests that we expect to fail (pattern.web). This is mostly related to the services either being discontinued or deprecated (i.e. requiring some changes in the way we query/use their API).

Let's go back to BeautifulSoup version 3.2.1 for now. We will than at some point upgrade to BeautifulSoup 4 to have Python 3 compatibility. However,
since we will have to use a parser like lxml, the parse tree might slightly change which will affect our tests and crawlers. Let's deal with this in
separate commits.
Let's go back to BeautifulSoup version 3.2.1 for now. We will than at some point upgrade to BeautifulSoup 4 to have Python 3 compatibility. However,
since we will have to use a parser like lxml, the parse tree might slightly change which will affect our tests and crawlers. Let's deal with this in
separate commits.
@markus-beuckelmann
markus-beuckelmann merged commit 4fc864b into clips:development Jun 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant